PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class


In This Topic
    PDFFlowTableContent Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowTableContent members.

    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the create page event  
    Public MethodAdds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the before flow content draw event  
    Public MethodAdds a row to the table.  
    Public MethodAdds a new row in the table and creates a string cell for each value in the array.  
    Public MethodCreates a new cell based on the property.  
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the table border.  
    Public MethodGets the column at the specified index.  
    Public MethodGets the table columns.  
    Public MethodGets the content height.
    When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.  
    Public MethodGets the default cell model.  
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the header rows.  
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodMinimum height for table rows.  
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the row at the specified index.  
    Public MethodGets the table rows.  
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the create page event  
    Public MethodRemoves a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the before flow content draw event  
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the table border.  
    Public MethodSets the default cell model.  
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodMinimum height for table rows.  
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    See Also